Welcome to www.esiq.org

The Importance of Written Communication (written communication) Written communication is just as important as oral communication. Of course, all communication requires a clear concise flow of ideas, and words that are easily understood by any reader or listener. Written communication is one of the most difficult forms of communication as writers are typically prone to write for themselves, instead of for their audience. It is important for readers to understand what has been written and why it has been written. Writing is very different from oral communication, because words are written they cannot be taken back. Communicating through writing is more concrete than verbal communication with more room for mistakes and misunderstandings. The slightest misunderstanding can cause chaos for many, so it is important to right as clear and concise as possible. This form of communication is defined as a clear expression of ideas in writing. The clear expression of ideas includes grammar, organization, and structure of an essay, book, article, or report. Grammar is a large part of written communication, and writers must always consider spelling, punctuation, writing style, and wording before displaying their work to the world. Proper grammar and form may have a varying importance for different writing jobs, and usually depend on the method of communication used for that job. However, it is always important to strive to use correct grammar, spelling, and punctuation. Most writers use spell check and grammar check on their computers to ensure that the grammar and spelling is suitable. Grammar is also a major factor when writing as a freelance writing and submitting work to an editor. Many editors will reject further submissions from writers who have too many grammar and spelling errors. Organization of a letter, essay, article, or book is also important factors of written communication. Communication should always have a logical organization that is easy for readers to follow. For the reader, it is much easier to read a paragraph with one common theme that relates to the entire work. Most writing requires a clear flow of ideas and proper transitions to indicate when a new idea is being presented. However, transitions are not often needed for pieces of writing that are clearly organized. Ideas should also be expressed in a manner that is easy for the reader to understand and recognize. Data in the writing should also be presented accurately to support conclusions and recommendations given by the writer. The structure is also important in a piece of writing. All writing is organized into five to seven sentence paragraphs that all relate to each other. The number of paragraphs usually depends on the work that is being written. For example, it is common for essay to contain five concise paragraphs that all relate to a common theme. Generally, essays begin with an introductory paragraph, followed by three supporting paragraphs, and ended with a concluding paragraph. The basic structure of a piece of writing is only the beginning of written communication; the words used and the organization of the work is important to the readers understanding of the work. In many cases, the style format, and content must be adjusted to the communication level of the reader. The ability to convey ideas to a certain reader are very important, and a key component of written communication. Like oral communication, written communication can be seen as an aspect of life that makes the world go round, and learning to communicate through written word has become a basic skill for most people. Communication is needed in all aspects of life, and although many people cannot write well, it is important to be able to communicate out loud and on paper.

Clean Up your Digital Profile and Land that Job Whether you are looking for a job after getting fired or you are looking for a job other than the one you are working at currently, many steps in that process are the same. You need to get your résumé up to date and conform to newest standards, you need to get your wardrobe together and most of all you need to be prepared to go for the interview. But did you know that in a fast paced society with all the high technology gadgets, employers and companies appreciate a good digital profile? When it is time to land a new job it is time for you to clean up your digital profile. For those of you who might not know what a digital profile is, let’s reminisce about digital profiles for just a second here. A digital profile is any and all information about you that can be found online. It can be anything from your own homepage, over articles and answers that you have posted on the Internet to videos and pictures of you. Anything that is somehow connected to you and your name and can be found through Internet search engines such as Google, Yahoo and other crawlers belongs to your digital profile or e-portfolio. Believe it or not, many employers have started to check out your digital profile online by doing a little research on the Internet and finding any information about you. If it is on the Internet it is public information and therefore not illegal. Information on the Internet does not necessarily have to be positive. What if one of your friends posted some stories or pictures/movies about you on the Internet? Employers might see that and think that you are not fir for the tasks that are asked form you by the new job and might just plain throw your nice résumé into the trash before they ever have a chance to meet you in person. Therefore before going onto your next job-hunt, clean up your digital profile. Steps you can take to clean up your e-profile are many and one of the easiest ones is a regular search with different Internet search engines about things that are related to your name. See what comes up and try to clean it up. If there are pictures or movies posted on such pages as u-tube about you, try to get friends or the owners of the page to take them down or at least take your name of the page in such a way that a search engine cannot find this information when somebody is searching for your name. A very important positive step in cleaning up your digital profile is to create your own positive statements and information on the Internet, such as online résumé, Personal web pages or a personal development plan (PDP). If the amount of positive information, academic achievements, and plans for the future are greater than any negative amount of information they can find, the light shed on you is of good nature and your chances are greater to land that job than when they only find negative information for the reasons that you never knew about a digital profile. Should you still be new to all of this and you are not quite as well versed on the Internet, there are places that can help you. Many Universities and development centers offer help and tools just for this kind of situation. Public libraries also offer you free time on the Internet as well as other resources in connection with the job-hunt and digital profiles. So before you actually send out your résumé, make sure that you checked online for any information that might harm you.

Web Hosting - FTP and Other File Transfer Tools Anything related to the Internet or computers is bound to introduce technical issues pretty soon. One of the earliest that novice web site owners encounter is FTP, which is an acronym for File Transfer Protocol. Seeing it spelled out, it's easy to see why those in the know quickly move to speaking in short hand. The reason web site owners soon will (or need to) become familiar with FTP is obvious to anyone who has built a site on a remote server. You have to have some way of getting the files to the remote computer and FTP is one of the most common tools. It's also one of the simplest and most efficient. FTP is composed of two parts: the client software and the server software. It's similar, in a way, to talking to someone on the phone who writes down everything you say. You (the client) make a request ('transfer this file to the server') and the listener (the server) takes the request and acts on it. That request to copy a file from a local computer to the remote one is carried out (often 'under the covers') by a PUT command, as in PUT this there. You create the web page (in the form of a file) and then PUT the file on the server. To move a file in the opposite direction, from the remote server to your local computer, your client software issues a GET command. Many FTP clients have graphical interfaces, similar to Windows Explorer, that allow you to drag-and-drop or otherwise copy the file without ever seeing the actual commands that carry it out. But it's helpful sometimes to know what goes on underneath. In tricky cases it can be an advantage to use a command line interface (in Windows, the 'DOS box', with a similar interface familiar to most Linux users). Knowing the commands and being able to use them in the command line form can sometimes help you diagnose what is going on when the graphical tools misbehave. But FTP is not the only way to get a file from here to there. In fact, your browser moves files around from a remote computer to your local one all the time. In most cases, when you type in or click on a URL, what happens under the covers is in essence a file transfer process. The web page is transferred from the web server to your local computer then displayed by the browser. Alternatively, you can sometimes even email a web page/file from your local computer to the remote server, then use an email client on the server itself to get the file and put it in a folder. That requires that you have some form of access to the remote computer. But there are many ways of doing that, such as in-built utilities in the operating system or using commercial remote control programs. Those alternatives can be helpful to know in cases where the FTP file transfer process is misbehaving. Having more than one way to accomplish the task helps you diagnose what might be going wrong. It also helps you get the job done when the usual tools aren't cooperating. The more you learn about these sometimes puzzling acronyms, the easier you can accomplish your own goals.